home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / stls08lp.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  10.7 KB  |  348 lines

  1. *% Adobe PostScript(R) Printer Description File
  2. *% For "Star LaserPrinter 8 LincPage V 6.0"
  3. *% Produced by "GETapd.ps" version 2.0 edit 48
  4. *%
  5. *% Copyright 1988 Adobe Systems Incorporated.  All Rights Reserved.
  6. *% Permission is granted for redistribution of this file as
  7. *% long as this copyright notice is intact and the contents
  8. *% of the file is not altered in any way from its original form.
  9. *%
  10. *% The byte count of this file should be exactly 010159.
  11. *%
  12. *% Date: <2/26/88>
  13. *FormatVersion: "2.0"
  14. *FileVersion: "1.0"
  15. *LanguageVersion: English
  16.  
  17. *Product: "(Star LaserPrinter 8 LincPage)"
  18. *PSVersion: "(6.0) 3"
  19. *NickName: "Star LaserPrinter 8 LincPage"
  20.  
  21. *% General Information and Defaults ===============
  22. *ColorDevice: False
  23. *FileSystem: False
  24. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  25. *Throughput: "8"
  26. *Password: "0"
  27. *ExitServer: "serverdict begin exitserver"
  28. *FreeVM: "166886"
  29. *Reset: "
  30. serverdict begin 0 exitserver
  31. systemdict /quit get exec
  32. (WARNING : Printer Reset Failed.) = flush
  33. "
  34. *End
  35. *VariablePaperSize: False
  36.  
  37. *DefaultResolution: 300dpi
  38. *?Resolution: "
  39. save
  40.   initgraphics
  41.   0 0 moveto currentpoint matrix defaultmatrix transform
  42.   0 72 lineto currentpoint matrix defaultmatrix transform
  43.   3 -1 roll sub dup mul
  44.   3 1 roll exch sub dup mul
  45.   add sqrt round cvi
  46.   (          ) cvs print (dpi) = flush
  47. restore
  48. "
  49. *End
  50.  
  51. *% Halftone Information ===============
  52. *ScreenFreq: "60.0"
  53. *ScreenAngle: "45.0"
  54. *DefaultScreenProc: Dot
  55. *ScreenProc Dot: "
  56. {dup mul exch dup mul add 1.0 exch sub }
  57. "
  58. *End
  59. *ScreenProc Line: "{ pop }"
  60. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  61.  
  62. *DefaultTransfer: Null
  63. *Transfer Null: "{ }"
  64. *Transfer Null.Inverse: "{ 1 exch sub }"
  65. *% Please edit the Normalized Transfer functions and remove this comment.
  66. *Transfer Normalized: "
  67. {mark
  68. 1.0 1.0 .98 .9 .82 .68 .56 .48 .28 .1 .06 .0
  69. counttomark dup 3 add -1 roll exch
  70. 2 sub mul dup floor cvi
  71. dup 3 1 roll sub
  72. exch dup 
  73. 3 add index exch 2 add index dup
  74. 4 1 roll
  75. sub mul add
  76. counttomark 1 add 1 roll 
  77. cleartomark
  78. } bind"
  79. *End
  80. *Transfer Normalized.Inverse: "{
  81. mark
  82. .0 .0 .06 .1 .28 .48 .56 .68 .82 .9 .98 1.0
  83. counttomark dup 3 add -1 roll exch
  84. 2 sub mul dup floor cvi
  85. dup 3 1 roll sub
  86. exch dup 
  87. 3 add index exch 2 add index dup
  88. 4 1 roll
  89. sub mul add
  90. counttomark 1 add 1 roll 
  91. cleartomark
  92. } bind"
  93. *End
  94.  
  95. *% Paper Handling ===================
  96.  
  97. *% Use these entries to set paper size most of the time, unless there is
  98. *% specific reason to use PageRegion or PaperTray.
  99. *DefaultPageSize: A4
  100. *PageSize Letter: "letter"
  101. *PageSize Legal: "legal"
  102. *PageSize Note: "note"
  103. *PageSize A4: "a4"
  104. *PageSize B5: "b5"
  105. *PageSize LetterSmall: "lettersmall"
  106. *PageSize A4Small: "a4small"
  107. *?PageSize: "
  108.  save statusdict begin
  109.  /papersize where{ pop
  110.   12 dict begin
  111.    /lettertray (Letter) def /legaltray (Legal) def
  112.    /11x17tray (Tabloid) def /ledgertray (Ledger) def
  113.    /a3tray (A3) def /a4tray (A4) def
  114.    /a5tray (A5) def /b4tray (B4) def
  115.    /b5tray (B5) def /executivetray (Executive) def
  116.    papersize {
  117.      {load exec} stopped not{= flush}if
  118.    }{
  119.      {load exec} stopped not{print (.Transverse) = flush}if
  120.    }ifelse
  121.   end
  122.  }{
  123.   /pagetype where{pop[(Letter)(Legal)]pagetype dup 1 gt{pop 1}if get = flush}if
  124.  }ifelse
  125.  end restore
  126. "
  127. *End
  128.  
  129. *% These entries will set up the frame buffer. Usually used with manual feed.
  130. *DefaultPageRegion: A4
  131. *PageRegion Letter: "letter"
  132. *PageRegion Legal: "legal"
  133. *PageRegion Note: "note"
  134. *PageRegion A4: "a4"
  135. *PageRegion B5: "b5"
  136. *PageRegion LetterSmall: "lettersmall"
  137. *PageRegion A4Small: "a4small"
  138.  
  139. *DefaultPaperTray: None
  140.  
  141. *% The following entries provide information about specific paper keywords.
  142. *DefaultImageableArea: A4
  143. *ImageableArea Letter: "18 8 593 784 "
  144. *ImageableArea Legal: "65 42 547 966 "
  145. *ImageableArea Note: "30 31 582 761 "
  146. *ImageableArea A4: "18 23 577 819 "
  147. *ImageableArea B5: "3 4 497 705 "
  148. *ImageableArea LetterSmall: "30 31 582 761 "
  149. *ImageableArea A4Small: "29 31 566 811 "
  150. *?ImageableArea: "
  151.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  152.   newpath clippath pathbbox
  153.   4 -2 roll exch 2 {ceiling cvp} repeat
  154.   exch 2 {floor cvp} repeat flush
  155.  restore
  156. "
  157. *End
  158.  
  159. *% These provide the physical dimensions of the paper (by keyword)
  160. *DefaultPaperDimension: A4
  161. *PaperDimension Letter: "612 792"
  162. *PaperDimension Legal: "612 1008"
  163. *PaperDimension Note: "612 792"
  164. *PaperDimension A4: "595 842"
  165. *PaperDimension B5: "516 729"
  166. *PaperDimension LetterSmall: "612 792"
  167. *PaperDimension A4Small: "595 842"
  168.  
  169. *DefaultOutputBin: Upper
  170. *DefaultInputSlot: Upper
  171. *InputSlot Lower:"statusdict begin 1 settray end"
  172. *InputSlot Upper:"statusdict begin 0 settray end"
  173. *InputSlot AutoSelect:"statusdict begin 2 settray end"
  174. *InputSlot Envelope:"statusdict begin 4 settray end"
  175. *?InputSlot:"
  176. save statusdict begin
  177. 5 dict begin
  178. /0 (Upper) def
  179. /1 (Lower) def
  180. /2 (AutoSelect) def
  181. /3 (Envelope) def
  182. papertray
  183. {( ) cvs cvn load exec} stopped not {=flush}{(Unknown) = flush} ifelse
  184. end
  185. end restore
  186. "
  187. *End
  188.  
  189.  
  190. *DefaultManualFeed: False
  191. *?ManualFeed: "statusdict /manualfeed get
  192.  {(True)}{(False)}ifelse = flush"
  193. *End
  194. *ManualFeed True: "statusdict begin /manualfeed true store end"
  195. *ManualFeed False: "statusdict begin /manualfeed false store end"
  196.  
  197. *DefaultOutputOrder: Reverse
  198.  
  199. *DefaultCollator: None
  200. *DefaultSorter: None
  201. *DefaultDuplex: None
  202.  
  203. *% Font Information =====================
  204.  
  205. *DefaultFont: Courier
  206. *Font AvantGarde-Book: Standard "(001.001)"
  207. *Font AvantGarde-BookOblique: Standard "(001.001)"
  208. *Font AvantGarde-Demi: Standard "(001.001)"
  209. *Font AvantGarde-DemiOblique: Standard "(001.001)"
  210. *Font Bookman-Demi: Standard "(001.001)"
  211. *Font Bookman-DemiItalic: Standard "(001.001)"
  212. *Font Bookman-Light: Standard "(001.001)"
  213. *Font Bookman-LightItalic: Standard "(001.001)"
  214. *Font Courier: Standard "(001.001)"
  215. *Font Courier-Bold: Standard "(001.001)"
  216. *Font Courier-BoldOblique: Standard "(001.001)"
  217. *Font Courier-Oblique: Standard "(001.001)"
  218. *Font Helvetica: Standard "(001.001)"
  219. *Font Helvetica-Bold: Standard "(001.001)"
  220. *Font Helvetica-BoldOblique: Standard "(001.001)"
  221. *Font Helvetica-Narrow: Standard "(001.000)"
  222. *Font Helvetica-Narrow-Bold: Standard "(001.000)"
  223. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)"
  224. *Font Helvetica-Narrow-Oblique: Standard "(001.000)"
  225. *Font Helvetica-Oblique: Standard "(001.001)"
  226. *Font NewCenturySchlbk-Bold: Standard "(001.002)"
  227. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)"
  228. *Font NewCenturySchlbk-Italic: Standard "(001.001)"
  229. *Font NewCenturySchlbk-Roman: Standard "(001.002)"
  230. *Font Palatino-Bold: Standard "(001.000)"
  231. *Font Palatino-BoldItalic: Standard "(001.000)"
  232. *Font Palatino-Italic: Standard "(001.000)"
  233. *Font Palatino-Roman: Standard "(001.000)"
  234. *Font Symbol: Special "(001.001)"
  235. *Font Times-Bold: Standard "(001.001)"
  236. *Font Times-BoldItalic: Standard "(001.001)"
  237. *Font Times-Italic: Standard "(001.001)"
  238. *Font Times-Roman: Standard "(001.001)"
  239. *Font ZapfChancery-MediumItalic: Standard "(001.002)"
  240. *Font ZapfDingbats: Special "(001.000)"
  241. *?FontQuery: "
  242. {
  243.   count 0 gt {
  244.     FontDirectory exch known {1}{0}ifelse = flush
  245.   }{ exit } ifelse
  246. } bind loop
  247. "
  248. *End
  249.  
  250. *?FontList: "
  251. FontDirectory { pop == flush } forall 
  252. (*) = flush
  253. "
  254. *End
  255.  
  256. *% Printer Messages (verbatim from printer):
  257. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  258. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  259. *Message: "\FontName\ not found, using Courier"
  260.  
  261. *% Status (format: %%[ status: <one of these> ]%% )
  262. *Status: "idle"
  263. *Status: "busy"
  264. *Status: "waiting"
  265. *Status: "printing"
  266. *Status: "warming up"
  267. *Status: "PrinterError: timeout, clearing printer"
  268. *Status: "PrinterError: warming up"
  269. *Status: "PrinterError: service call"
  270. *Status: "PrinterError: paper entry misfeed"
  271. *Status: "PrinterError: no toner cartridge"
  272. *Status: "PrinterError: no paper tray"
  273. *Status: "PrinterError: cover open"
  274. *Status: "PrinterError: resetting printer"
  275. *Status: "PrinterError: out of paper"
  276. *Status: "PrinterError: timeout"
  277. *Status: "PrinterError: manual feed timeout"
  278.  
  279. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  280. *Source: "serial9"
  281. *Source: "serial25"
  282. *Source: "AppleTalk"
  283.  
  284. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  285. *PrinterError: "timeout, clearing printer"
  286. *PrinterError: "warming up"
  287. *PrinterError: "service call"
  288. *PrinterError: "paper entry misfeed"
  289. *PrinterError: "no toner cartridge"
  290. *PrinterError: "no paper tray"
  291. *PrinterError: "cover open"
  292. *PrinterError: "resetting printer"
  293. *PrinterError: "out of paper"
  294. *PrinterError: "timeout"
  295. *PrinterError: "manual feed timeout"
  296.  
  297. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  298.  
  299. *% Color Separation Information =====================
  300.  
  301. *DefaultColorSep: ProcessCyan.60lpi/60 lpi
  302.  
  303. *InkName: ProcessCyan/Process Cyan
  304. *InkName: ProcessMagenta/Process Magenta
  305. *InkName: ProcessYellow/Process Yellow
  306. *InkName: ProcessBlack/Process Black
  307. *InkName: CustomColor/Custom Color
  308.  
  309. *ColorSepScreenAngle ProcessCyan.60lpi/60 lpi: "15"
  310. *ColorSepScreenAngle ProcessMagenta.60lpi/60 lpi: "75"
  311. *ColorSepScreenAngle ProcessYellow.60lpi/60 lpi: "0"
  312. *ColorSepScreenAngle ProcessBlack.60lpi/60 lpi: "45"
  313. *ColorSepScreenAngle CustomColor.60lpi/60 lpi: "45"
  314.  
  315. *ColorSepScreenFreq ProcessCyan.60lpi/60 lpi: "60"
  316. *ColorSepScreenFreq ProcessMagenta.60lpi/60 lpi: "60"
  317. *ColorSepScreenFreq ProcessYellow.60lpi/60 lpi: "60"
  318. *ColorSepScreenFreq ProcessBlack.60lpi/60 lpi: "60"
  319. *ColorSepScreenFreq CustomColor.60lpi/60 lpi: "60"
  320.  
  321. *ColorSepScreenProc ProcessCyan.60lpi/60 lpi: "
  322. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  323. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  324. *End
  325. *ColorSepScreenProc ProcessMagenta.60lpi/60 lpi: "
  326. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  327. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  328. *End
  329. *ColorSepScreenProc ProcessYellow.60lpi/60 lpi: "
  330. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  331. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  332. *End
  333. *ColorSepScreenProc ProcessBlack.60lpi/60 lpi: "
  334. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  335. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  336. *End
  337. *ColorSepScreenProc CustomColor.60lpi/60 lpi: "
  338. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  339. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  340. *End
  341.  
  342. *ColorSepTransfer ProcessCyan.60lpi/60 lpi: "{ }"
  343. *ColorSepTransfer ProcessMagenta.60lpi/60 lpi: "{ }"
  344. *ColorSepTransfer ProcessYellow.60lpi/60 lpi: "{ }"
  345. *ColorSepTransfer ProcessBlack.60lpi/60 lpi: "{ }"
  346. *ColorSepTransfer CustomColor.60lpi/60 lpi: "{ }"
  347.  
  348. *% end of PPD file for LaserWriter Plus
  349.